{% extends "trees/base.html" %} {% block title %}Join JM3{% endblock %} {% block content %}

🌳 Join JM3

Create an account and start verifying trees.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors|striptags }}
{% endif %} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}
{% endfor %}

Already have an account? Sign in

{% endblock %}